home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / libsqlite3-0.postinst < prev    next >
Encoding:
Text File  |  2012-07-20  |  183 b   |  16 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. if [ "$1" = "configure" ]
  6. then
  7.     ldconfig
  8. fi
  9.  
  10. # Automatically added by dh_makeshlibs
  11. if [ "$1" = "configure" ]; then
  12.     ldconfig
  13. fi
  14. # End automatically added section
  15.  
  16.